﻿body {
    font-family: 'Almoni Tzar AA A',sans-serif !important;
    /*background: url(../Images/background.png);*/
    background-size: 100%;
}

.hidden {
    display: none;
}

.hidden-reg-btn {
    display: none !important;
}

.w-100 {
    width: 100%;
}

.mb-15 {
    margin-bottom: 15px;
}

.main-navbar a {
    color: black;
}

.b2e-owl-main-carousel .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.b2e-owl-main-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    color: white;
}

    .b2e-owl-main-carousel .owl-nav button {
        width: 20px;
    }

.b2e-owl-main-carousel .owl-video-wrapper {
    min-height: 500px;
    pointer-events: none;
}

.nav.main-navbar > li > a:focus, .nav.main-navbar > li > a:hover {
    background: none;
}

.register-btn {
    font-size: 22px;
    padding: 7px 10px;
}

.pos100 {
    position: absolute;
    top: 0;
    width: 100%;
}

.flex {
    display: flex;
}

.flex-start {
    justify-content: flex-start;
}

.flex-center {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-between {
    justify-content: space-between;
}


.flex-align-start {
    align-items: flex-start;
}

.flex-align-center {
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-column {
    flex-direction: column;
}

.main-holder {
    flex-flow: column;
}

.eform {
    box-shadow: 0px 5px 25px rgb(1 1 1 / 45%);
    margin-top: 60px;
}

.webpart.sponsers.label {
    padding: 0 !important;
}

.content .header-wrapper,
.header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

/* Index page */
.carousel {
    margin-top: 100px;
}

.carousel-text {
    font-size: 60px;
    color: white;
    position: absolute;
    bottom: 50%;
    left: 50%;
}

.slider {
    position: relative;
    width: 100%;
}

    .slider img {
        width: 100%;
    }

.main-header {
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}

.logo img {
    max-height: 70px;
}

.counting {
    display: flex;
    color: #ffffff;
    transform: skew(10deg);
    -ms-transform: skew(10deg);
    align-items: center;
    justify-content: flex-start;
}

.start-race {
    width: 31px;
    height: 42px;
}

.counting-number {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.counting-name {
    font-size: 14px;
    letter-spacing: 0px;
}

.dots-sep {
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.counting-figure {
    margin-right: 10px;
}

    .counting-figure.days-count {
        margin-left: 20px;
    }

.social-icons {
    display: flex;
    justify-content: space-around;
    transform: skew(10deg);
    -ms-transform: skew(10deg);
    align-items: center;
    margin-left: 12px;
}

    .social-icons img {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

.dropdown-menu {
    right: 0 !important;
    left: auto;
    text-align: center;
}

    .dropdown-menu li {
        padding-bottom: 10px;
        padding-top: 10px;
    }

.login-wrapper {
    background: #fff;
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 5px 20px 5px 20px;
    min-height: 30px;
}

    .login-wrapper > a {
        color: black;
    }

.login-popup {
    position: absolute;
    top: 28px;
    padding: 15px;
    z-index: 2;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.8);
    color: black;
    border: 1px solid silver;
}

.mosaic-holder {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: -40px;
    z-index: 1;
}

.mosaic-left,
.mosaic-center,
.mosaic-right,
.mosaic-column {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    flex-basis: 100%;
}

.mosaic-item {
    position: relative;
    cursor: pointer;
}

    .mosaic-item img {
        width: 290px;
    }

.mosaic-column .mosaic-item:last-child,
.mosaic-column .mosaic-item:not(:first-child) {
    margin-top: 20px;
}

.mosaic.sponsers {
    margin-top: 20px;
}

.mosaic-title,
.mosaic-title-inverse {
    min-height: 34px;
    background-color: #A046FE;
    font-size: 18px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    top: 10px;
    padding: 10px;
    position: absolute;
}

.mosaic-title-inline {
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    margin-bottom: 15px;
}
    .mosaic-title:hover,
    .mosaic-title-inverse:hover,
    .mosaic-title-inline:hover {
        color: white;
    }
.mosaic-content {
    padding: 0 10px;
    margin-bottom: 10px;
}

.register-mosaic {
    font-size: 33px;
    line-height: 15px;
    color: #05092F;
    font-weight: bold;
    text-align: center;
    width: 290px;
    height: 171px;
    background-color: #FED308;
    padding-top: 25%;
    margin-bottom: 15px;
}

.mosaic-countdown {
    width: 290px;
    min-height: 241px;
    padding: 10px;
    background-color: #FED308;
    color: #05092F;
    margin-top: 20px;
}

.mosaic-countdown-register-link {
    color: white;
    position: absolute;
    top: 50px;
}

.mosaic-countdown-numbers-wrapper {
    direction: ltr;
    margin-top: 80px;
    width: 100%
}

.mosaic-countdown-numbers {
    width: 100%
}

.mosaic-countdown-number {
    direction: ltr;
    flex-basis: 100%;
    margin: 10px 5px;
    font-size: 100px;
    text-align: center;
    padding: 0;
    line-height: 1.1;
}

.mosaic-countdown-unit {
    width: 30px;
    font-weight: bold;
    font-size: 20px;
}

.webpart.static.icons {
    width: 100%;
}

.mosaic-static-icons {
    width: 100%;
    overflow: hidden;
}

.mosaic-static-icon img {
    max-height: 80px;
    margin: 50px 20px;
}

.sponsers-cube-label {
    width: 290px;
    min-height: 250px;
    border: 1px solid rgb(241,91,64);
    color: rgb(241,91,64);
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    background-color: white;
}

.newsletter {
    width: 100%;
}

.newslatter-holder {
    background-color: #e8e8e8;
    max-width: 290px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
}

.newslatter-input-holder {
    flex-direction: column;
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

    .newslatter-input-holder input {
        height: 25px;
        background-color: #d3d377;
        font-size: 14px;
        line-height: 15px;
        color: white;
        border: 0;
        margin-bottom: 10px;
        padding-right: 5px;
        border: 0.5px solid white;
        outline: none;
    }

        .newslatter-input-holder input::placeholder {
            color: white;
        }

input.newslatter-send-btn {
    width: 69px;
    height: 25px;
    background-color: #A046FE;
    font-size: 18px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border: 0;
    margin-bottom: 5px;
}

.newslatter-error-msg,
.newslatter-success-msg {
    padding: 10px;
    text-align: right;
    font-weight: 500;
    color: red;
    font-size: 17px;
    display: none;
}

.newslatter-success-msg {
    color: black;
}

.newslatter-bottom-text {
    font-size: 13px;
    text-align: right;
    line-height: 1.7;
    font-weight: 700;
    padding: 10px;
    margin-top: 5px;
}

.news-holder {
    width: 290px;
    background-color: #e8e8e8;
    text-align: right;
}

    .news-holder hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #000;
        width: 64%;
        opacity: 0.2;
    }

.single-news {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.news-title {
    font-size: 20px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
}

.news-content {
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-read-more {
    width: 89px;
    height: 25px;
    background-color: #A046FE;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.25);
    padding-top: 4px;
}

.follow-us-holder {
    display: flex;
    margin-top: 200px;
    flex-flow: column;
}

.follow-up-title {
    font-size: 33px;
    line-height: 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.embeded-links-holder {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.embeded-link {
    color: #ffffff;
    width: 290px;
    margin-top: 20px;
    line-height: 0;
}

    .embeded-link iframe {
        width: 100%;
        min-height: 250px;
        border: 0;
    }

.minisite.mosaic.column {
    width: 100%;
}

    .sponsers-and-parnters-holder .slick-list {
        height: 60px;
    }

.sponsers-and-parnters-holder {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 15px;
    z-index: 1;
    padding-bottom: 100px;
}

.partners,
.sponsors,
.icons-carousle {
    width: 100%;
}

.partners-cube,
.sponsers-cube,
.icons-carousle-cube {
    height: 130px;
    box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.75);
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    top: 40px;
}

.sponsers-title,
.partners-title,
.icons-carousle-title {
    font-size: 18px;
    line-height: 15px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 23px;
    padding-top: 12px;
    margin-bottom: 10px;
}
/*
.partners-title {
    font-size: 16px;
    margin-top: 40px;
    padding-top: 30px;
}
*/
.hide-partners-cube,
.hide-sponsors-cube,
.hide-icons-carousle-cube {
    display: none;
}

.sponsers-slider,
.partners-slider,
.icons-carousle-slider,
.upcoming-events-slider {
    padding-top: 10px;
    direction: rtl;
}
    /*
.partners-slider {
    padding-top: 0px;
}*/

    .sponsers-slider .slick-slide,
    .partners-slider .slick-slide,
    .icons-carousle-slider .slick-slide {
        /*margin: 10px;*/
    }

    .sponsers-slider img,
    .partners-slider img,
    .icons-carousle-slider img {
        max-height: 60px;
        margin: auto;
    }

.webpart.upcoming.events {
    width: 290px;
    display: flex;
    align-self: center;
    margin-bottom: 20px;
}

.upcoming-events-cub {
    background: #ffffff;
    padding: 10px;
    width: 290px;
}

.upcoming-events-slider img {
    display: block;
    width: 100%;
    margin: auto;
}

.slick-prev:before, .slick-next:before {
    content: ">";
    color: black;
    font-size: 30px;
}

.slick-next:before {
    content: "<";
}


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #000000;
}

.footer-links {
    display: flex;
    padding: 40px 0 50px;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    width: 100%;
    align-items: center;
    text-align: center;
}

    .footer-links a {
        margin: 5px;
    }

.footer-social-icons-and-logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    margin-right: 50px;
}

.corp-text {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.bottom-footer {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    height: 100%
}

.footer-links-holder {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

#modal-register .modal-body {
    padding: 30px;
}

.theme-edit-btn {
    position: absolute;
    z-index: 4;
    top: 40px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 6px;
    left: 15px;
    background: #337ab7;
    display: none;
}

    .theme-edit-btn i {
        color: white;
    }

@media only screen and (min-width: 992px) {
    .mosaic-holder {
        margin: -40px auto 0;
        width: 930px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .mosaic-item img {
        width: 220px;
    }

    .register-mosaic {
        width: 220px;
        height: 146px;
    }

    .mosaic-countdown {
        width: 220px;
        min-height: 220px;
    }

    .mosaic-countdown-number {
        font-size: 80px;
    }

    .sponsers-cube-label {
        width: 220px;
        min-height: 250px;
    }

    .newslatter-holder {
        max-width: 220px;
        margin-bottom: 0;
    }

    .news-holder {
        width: 220px;
    }

    .embeded-link {
        width: 220px;
    }

    .webpart.upcoming.events {
        width: 220px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .flex-xs-column-reverse {
        flex-direction: column-reverse;
    }

    .carousel {
        margin-top: 20px;
    }

    .b2e-owl-main-carousel .owl-dots {
        bottom: 0;
    }

    .b2e-owl-main-carousel .owl-nav {
        display: none;
    }

    .b2e-owl-main-carousel .owl-video-wrapper {
        min-height: 150px;
    }

    .mosaic-column.flex-xs-column-reverse .mosaic-item {
        margin-top: 20px;
    }

    .w-xs-100 {
        width: 100%;
    }

    .header-wrapper {
        flex-wrap: wrap;
    }

    .pos100 {
        position: relative;
    }

    .main-header {
        position: relative;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar-toggle {
        border-color: #000000;
    }

        .navbar-toggle .icon-bar {
            background: #000000;
        }

    .nav .open > a,
    .nav .open > a:focus {
        background: none;
    }

    .slider {
        margin-bottom: 30px;
    }

    .mosaic-holder {
        margin-top: 0;
        flex-wrap: wrap;
    }

    .news-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0 auto;
    }

    .mosaic-left,
    .mosaic-center,
    .mosaic-right {
        position: unset;
    }

    .mosaic-center {
        margin: 0;
        margin-top: 20px;
        order: 2;
    }

    .mosaic-left {
        order: 1;
    }

    .mosaic-right {
        order: 3;
    }

    .minisite.mosaic.column:not(:first-child) {
        margin-top: 20px;
    }

    .embeded-links-holder {
        flex-wrap: wrap;
    }

    .register-mosaic {
        width: fit-content;
        height: 50px;
        padding: 25px 50px 43px 50px;
        margin: 0 auto;
    }

    .sponsers-cube,
    .partners-cube,
    .icons-carousle-cube {
        width: 320px;
    }

    .follow-us-holder {
        margin-top: 50px;
    }

    .newslatter-holder {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .sponsors, .partners, .icons-carousle {
        width: fit-content;
    }

    .login-wrapper {
        width: 100%;
    }

    .content-holder .content-field img {
        width: 100% !important;
        height: auto !important;
    }

    .content-holder .content-field table {
        width: 100% !important;
    }
}

/*Styles for ie browser*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .img-responsive {
        width: 100%;
    }

    .header-wrapper {
        width: 953px;
    }

    .newslatter-bottom-text {
        float: right;
    }

    input.newslatter-send-btn {
        float: left !important;
        clear: both;
    }
}

.or-login-with {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bolder;
}

.btn-signin {
    display: table;
    width: 300px;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 !important;
    margin: auto;
}

.login-by-icons-wrapper .btn-signin:nth-child(n+2) {
    margin-top: 15px;
}

.btn-signin:hover {
    opacity: 0.95;
}

.btn-signin .icon {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-size: contain !important;
    border-radius: 3px;
}

.btn-signin .buttonText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

.btn-facebook-signin {
    background: white;
    color: white;
    border: 2px solid #1877F2;
}

    .btn-facebook-signin .icon {
        background: url(/images/signin_facebook_logo.png) white center center no-repeat;
        background-size: 75% 75% !important;
    }

    .btn-facebook-signin .buttonText {
        background: #1877F2;
        color: white;
    }
